Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

EasyTrader_I

Members
  • Content Count

    75
  • Joined

  • Last visited

Everything posted by EasyTrader_I

  1. HI trader237, I can two mistakes in the following lines.. If lastbaronchart then CC=Buy else CC-Close First one:- The word Buy. Buy is an reserved word of Tradestation and it can be only is used in strategies to Buy the stock. Second:- else CC-Close It should be like this:- If lastbaronchart then CC= Buy1 else CC = CC- close; EasyTrader_I
  2. Hi, TAMS is correct, Try this, Print( Numtostr(MyValue,0) ); EasyTrader_I.
  3. Hi, I used to Round the Numbers with Mod function. For Example:- 1098.23 is the Price that has to be Rounded. Market Emini. EasyTrader_I
  4. Hi, To make it much more easier for debugging, Create a new Indicator and Just copy and paste the following code and verify it and watch the Output window.. For i = 0 to 9 Begin Print(i); If (i=4) then Break; End; Then try the same code by commenting the line //If (i=4) then Break; Thanks,
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.