Realtime debug
#2
(10-08-2019, 10:04 PM)aixbr Wrote:         if(ema10>ema21){
                console.log("buy);
        } else {
                console.log("sell");
        }

but nothing is printed in console when the condition goes true or not.

How can i put it to run in realtime mode !?

You seem to be missing a ' " ' after buy
Code:
console.log("buy);
  Reply


Messages In This Thread
Realtime debug - by aixbr - 10-08-2019, 10:04 PM
RE: Realtime debug - by Hallonstedt - 10-09-2019, 09:42 AM
RE: Realtime debug - by aixbr - 10-09-2019, 08:19 PM

Forum Jump:


Users browsing this thread: