Maybe, but start by explaining what the indicator is, only meta trader files can be used here
Posts made by jstap
-
RE: Expert constructionposted in Questions & Answers
-
RE: ADX indicator range do not tradeposted in Questions & Answers
Yellow block indicator moves within limits
-
RE: Candle is above set priceposted in Questions & Answers
Check if the description contains the price value, do this by putting object on chart into a comment.
-
RE: STOP HEDGINGposted in Tutorials by Users
Put this in questions rather than tutorials, and add a shared link to see what's happening.
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
In a condition block, candle 0 close x> or x< candle 1 open or close
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
Your line is pointless because it's getting the current candle open price. You cannot cross open to open
-
RE: Stop Ea at daily Target, Turn on next Dayposted in Questions & Answers
This should work but, it only looks at currently running, if you want the day history use check profit (period of time)
-
RE: 'No trade nearby' Bug in Martingale Grid Sequenceposted in Bug Reports
It is stored somewhere in the terminal folders, I don't think it can be accessed, but f3 will show them on the terminal
-
RE: Weekly TF bugposted in Bug Reports
On backtest this changes values as time passes, run on daily control points to see changes quickly: https://fxdreema.com/shared/Vip4Mf6Zd
-
RE: how to check last lot to be continue after EA got kick out form chart ?posted in Questions & Answers
You too (on the link above it shows you how to save when something has happened)
-
RE: how to check last lot to be continue after EA got kick out form chart ?posted in Questions & Answers
No because on int call the las saved value, save this on tick every time a trade is placed, or the lot changed
-
RE: how to check last lot to be continue after EA got kick out form chart ?posted in Questions & Answers
On init you need to call a variable you already have saved, on deinit you need to pass the information you already have (using on tick), I doubt it will get information to save
-
RE: HOW TO CREATE EA WITH CUSTOM INDICATOR (Which Has 7 Buffer)posted in Questions & Answers
From that picture SL is 25 pips, and TP is 50 pips, from the point a trade is placed
-
RE: I need a free vps website to run my EAposted in Questions & Answers
You don't have to, but depending on your computer, and internet you might want to
-
RE: ZigZag Switchesposted in Questions & Answers
If you search miro1360 you will find lots on ZZ, generally though, if the high candle ID is < low candle ID it is on the way down. This never changes until half way towards the next change
-
RE: Is there a way to check if a position was opened market or by a pending?posted in Questions & Answers
Under your buy/sell block, change a variable to something. You could use different group numbers, then on chart count by the group number.
-
RE: break evenposted in Questions & Answers
How is this trade created? If not from the EA add the magic number, select manually opened, or refer to all:

-
RE: I am having error while starting my EA Bot build in fx dreema, can anyone help me with this problem, how should I solve this errorposted in Questions & Answers
That is an indicator problem, not an FX EA problem
