- Search Crypto Craft
- Mapseam replied Oct 30, 2019
Yes, adhering to the ratio of risk and profit is the Tip 7. I think that on a strong trend under such filtering conditions, we will miss out on potentially profitable trades.
(binned per thread starter’s request) Potential Scammer-BTM threa
- Mapseam replied Oct 30, 2019
string trendIndiName = "TMAcCG_mladen_NRP"; //+------------------------------------------------------------------+ double dUpper(int pos=0) { return (iCustom(_Symbol, PERIOD_H4, trendIndiName, "0", 20, 0, 2,618, false, false, false, false, 1, pos)); ...
(binned per thread starter’s request) Potential Scammer-BTM threa
- Mapseam replied Oct 24, 2019
Do you have 2 pips to cover the costs of commission and swap?
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Oct 20, 2019
Ah... "AleksanderBr's membership status restricts the use of Private Messages." Then I will write here. For example: //+------------------------------------------------------------------+ double dMiddle(int pos=0) { return (iCustom(_Symbol, ...
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Oct 20, 2019
Topicstarter does not give source codes of indicators to anyone. Sorry, but it is strange that You, having read the entire branch, do not yet know this. In addition, to start writing an adviser, the source codes of indicators are not needed. Please ...
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Oct 16, 2019
The last rule from the list reads: "d) place you sl and tp (trail for tp2)" BTM, please tell me, how exactly do you carry out trail positions? Just using the standard feature for trail of the Metatrader 4? I think this questions is a useful thing.
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Oct 5, 2019
If you enter somewhere in the pink rectangle, then you enter the deal first and last AGAINST the trend. You enter there, because the price of one of the candles is lower than ALL 3 lower bounds?
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Oct 3, 2019
Thanks for your question, dokopy. To write a bot is how to give birth to a child: responsibility appears. One way or another, but users will begin to receive requests for any changes - I would like to avoid this. In addition, I am just a fan of ...
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Oct 3, 2019
I don’t trade hands, and my bots, by definition, cannot suffer from paralysis of analysis.
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Oct 3, 2019
) Thanx for Your opinion, but I remain at my own: someone else's experience is also important. Post 3,168 confirms this.

(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Oct 3, 2019
It is quite possible. "... is very close ...". Exactly, just try to explain this to the computer. ) I have no questions about the TP1 and TP2 levels. And also understand risk management. For me, an additional filter would be the requirement that ...
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Oct 3, 2019
Thanks for your advice, DrDave. However, if you follow it, it turns out that it’s enough to read the first page of this thread and start creating your own expert advisor. And this is not so. In addition, I am interested to know how this or that ...
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Oct 3, 2019
It’s often heard that "... i'm following the rules set out by BTM...". But BTM's tips (except for the direction of the trend and the presence of an arrow) is too verbal to be converted to program code. I suspect that everyone in his own way ...
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Sep 30, 2019
string symbolName; for (int i = 0; i < SymbolsTotal(true) && !_StopFlag; i++) { symbolName = SymbolName(i, true); // any trade operations }
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Sep 29, 2019
Try to base this code: string objName; double r2, r1, pp, s1, s2; for (int i = ObjectsTotal()-1; i >= 0 && !_StopFlag; i--) { objName = ObjectName(i); if (ObjectType(objName) == OBJ_TREND) { if (objName == "R2[0]") r2 = ObjectGet(objName, ...
(binned per thread starter's request) Beat The Market strategy
- Mapseam replied Nov 16, 2018
Hi, EAprogrammer! Now, not an indicator, but an EA? EA for the MT5 platform? And this bot is presented on url ?
Forex Intrday Volume Trading System
- Mapseam replied Jan 5, 2017
OP => OpenPrice At each tick EA checks the following conditions. For buy order: if (Bid - OP) >= BERatio*barSize, then SL = OP For sell order: if (OP - Ask) >= BERatio*barSize, then SL = OP If BERatio set to 0.0, then stop-loss will not change.
RENKO Boxes Trade easy
- Mapseam replied Jan 4, 2017
Hi, matyke! So far, the cause of the error is not known to me. Changed ver 1.08 Now the error message for open order contains lots and minLot values. lots must be >= minLot
RENKO Boxes Trade easy
- Mapseam replied Jan 1, 2017
Hi, respected LuizSchiavi! Yes, my EA open orders automatically, if global variable MedianRenko_GhB_IsTrade=1.0 Possible, You may have incorrectly plotted Renko bars. For example, read this article: ...
RENKO Boxes Trade easy