Comment, text code input, constant with the TF
Posts made by jstap
-
RE: display the entered timeframe constantposted in Questions & Answers
-
RE: macdposted in Questions & Answers
Hysterogram =a value, this is fixed at the close of a candle, also the mainline is the histogram value.
-
RE: why is mt5 ea not workingposted in Questions & Answers
This doesn't happen to me (although I tend to use MT4), add your latest shared link and I'll have a look.
-
RE: On Trade can't useposted in Bug Reports
Yes mate, is why I said ask FX, but try pink while you are waiting.
-
RE: On Trade can't useposted in Bug Reports
This does look like it is a fault, have never got the profit this way, try going to the main page and asking @fxDreema if he knows. In the meantime try using a pink for each closed trade above the formula, and below the trade closed blocks, get the price in a loop, and see if that gets the relevant value.
-
RE: display the entered timeframe constantposted in Questions & Answers
In market properties, you have the current timeframe. Anything else can be achieved, but you need to give more information on what you are doing.
-
RE: HOW TO CREATE ROBOT WITH FRACTALSposted in Questions & Answers
Close ID0 is the current price, change this to whatever relates to what you want the bot to do, generally, ID1 is used for close, because this is the price the last candle closed at.
-
RE: On Trade can't useposted in Bug Reports
Ok, but without a shared link, what is happening can not be seen.
-
RE: On Trade can't useposted in Bug Reports
Shared link, I have never seen this without someone setting blocks up wrong.
-
RE: eror market close [10018]posted in Bug Reports
This has never happened to me, but others have had this error, try and find references to it in search. Hopefully, someone who knows will come by and help.
-
RE: For each objectposted in Bug Reports
Go to the main page and write the question to @fxDreema, he may be able to help.
-
RE: On Trade can't useposted in Bug Reports
It does work, add a shared link to see what has been done.
-
RE: why is mt5 ea not workingposted in Questions & Answers
You do not need the and block, and your conditions will never happen at the same time.

-
RE: HOW TO CREATE ROBOT WITH FRACTALSposted in Questions & Answers
The same candle ID will never be the same one to close <> fractal as the one that created the fractal.

-
RE: HELP ON EMA CROSSINGposted in Questions & Answers
The blue trailing stop will follow behind the price by 20 pips, pink has no reason to move stops, never used like this, but will likely follow the price as well, (you only need 1 type though).
-
RE: why is mt5 ea not workingposted in Questions & Answers
You need to add a shared link to look at, otherwise what you have done is just a guess.
-
RE: HELP ON EMA CROSSINGposted in Questions & Answers
Trail for each trade will follow the price starting from what start you have. only group of trades will move back. Put your latest project link, with all dots connected so what has been done can be seen
-
RE: My Simple Strategyposted in General Discussions
Are you testing on daily? You have no value in SL & TP, this could be stopping it from placing trades. If you want this to do Nothing, either set it to no SL/TP or use 0 in the boxes.
-
RE: My Simple Strategyposted in General Discussions
What is this not doing? Logically it is doing what you have asked?