♥ 0 |
Hello Pete I have this following Strategy in TS and for some reason its not working, the syntax seems to be check out in easy language checker, but when the current bar high breaks the high of the previous bar, it doesn’t executes. Any idea what’s wrong with it Here is the screen capture. https://drive.google.com/file/d/118fHHku1p-yEb4RpGwRIRASJ6m7ATo6b/view
{ Helpful instructions on the use of EasyLanguage, such as this, appear below and are contained within French curly braces {}. There is no need to erase these instructions when using EasyLanguage in order for it to function properly, because this text will be ignored. } { STEP 1 OF 2: Replace <CRITERIA> with the criteria that will cause a Buy stop order to be placed on the next bar. } Condition1 = Last > High of 1 Bar Ago; { STEP 2 OF 2: Replace “Entry Name” (leaving the quotes) with a short name for the entry and replace <PRICE> with the desired stop order price level. The entry name will appear on the chart above/below the trade arrows and in the trade by trade performance report. } if Condition1 then Buy ( “MSFT” ) next bar at market; Thanks.
Marked as spam
|
Please log in to post questions.