@slydexx Looks like you need to tell it to draw once the session has ended:
Posts made by jstap
-
RE: simple to say but not to do, draw a rectangle.posted in Questions & Answers
-
RE: simple to say but not to do, draw a rectangle.posted in Questions & Answers
@slydexx I think your time should be fixed (the start and end of the Asian period).
-
RE: Trading hours and Daily high lowposted in Questions & Answers
@lekan4forex You want to add something like this:

-
RE: Trading timeposted in Questions & Answers
@lekan4forex As you only have direct buys/sells all you need is as picture:

-
RE: How do I point to one instruction for each condition, and when that is repeated, then move on to the next command?posted in Questions & Answers
@ddvjvn-kmb Create a shared project and say what's not working, a blue no trade block will limit to 1, if you want more than 1 you have to decide the logic processes used, for example every candle if rsi is still below 70 a new trade is placed.
-
RE: Trading timeposted in Questions & Answers
@lekan4forex Use the green time filter, put above your blocks for placing, if you want un activated orders to be deleted put a delete pending on the yellow time filter dot.
-
RE: when first indicator cross set to true, then wait another indicator cross to be true. if one of the indicator reversed then reset. i new hereposted in Questions & Answers
@louis-3 Add the comment to the on tick tab, add a pass block above.
-
RE: when first indicator cross set to true, then wait another indicator cross to be true. if one of the indicator reversed then reset. i new hereposted in Questions & Answers
@louis-3 Select value, then select bool, right click the box and add the used variable, just ensure each comment is displaying a different variable.
-
RE: How to detect Stochastic %K line crosses the %D line?posted in Questions & Answers
@prot82 condition block, STOC over(>) or under(<) value connected to condition block STOC (signal) X(<)(>) STOC(main).
Connect all needed blocks below, and if only 1 trade wanted connect a no trade block above.
-
RE: How do I point to one instruction for each condition, and when that is repeated, then move on to the next command?posted in Questions & Answers
@ddvjvn-kmb Need more information, put a shared link here.
-
RE: when first indicator cross set to true, then wait another indicator cross to be true. if one of the indicator reversed then reset. i new hereposted in Questions & Answers
@louis-3 Put all your bool conditions into a comment, this way you can visually check if true/false then you will see what is or isn't working.
-
RE: Anyone know how to make surefire EA ?posted in Questions & Answers
@farizramli08 I have never used martingale so I don't know when split between tabs, I would think it should though, you can use a time filter but put the same above blocs on trade as on tick, let me know what isn't working.
-
RE: Why "Time stamp" does not close the orders sometimesposted in Questions & Answers
@piotras10000 The blocks from l-andorrà's picture can be by their self.
-
RE: Variable Use in Another EAposted in Questions & Answers
@ashu-0 You can transfer numeric data by using global variables, you can also move data to a TXT file but this means using custom code, it is far easier to make 1 EA do all.
-
RE: Asian Zone Indicatorposted in Questions & Answers
@slydexx Add to the indicator section, the buffers need the relevent information to use for EA.
-
RE: Head and shoulders tutorialposted in Tutorials by Users
@bluekangaroo14 You need to find a indicator that already contains relevant information in buffers.
-
RE: Overwriting Comment on Chartposted in Questions & Answers
@slydexx Never used comment on top, think needs a pass above, I would have pass->comment separate.
