- Search Metals Mine
-
daengrani07 replied Mar 2, 2022I once offer in 1 trader forum on telegram. there is a paid information of Volume transaction (REAL Volume Data)... That data store in server we rent, and accessible to all members.. If community members is 100-200 peoples, cost per person would be ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Mar 2, 2022i want to add 1 more feature. I want to save some information on the net, so this EA could grab it. MQL5 has Database. MQL5 have network function, can work with python, OpenCL, Dot NET, MS Visual Studio, and DirectX
I will code your EAs and Indicators for no charge
-
daengrani07 replied Mar 2, 2022Check this official website, and for trade panel, check this
I will code your EAs and Indicators for no charge
-
daengrani07 replied Mar 2, 2022I plan to open a new thread, to explain this in detail. This is not a system, just another approach using indicator. It can be combined with other indis. What is important is the paradigm of this approach.. I've expand 1 popular trading style >> ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Mar 1, 2022yes & no, there are some other things.. Symbol, timeframe, etc.. Depends on what we want EA to do on arbitrage algorithm, several Symbol depend on each other
I will code your EAs and Indicators for no charge
-
daengrani07 replied Mar 1, 2022my EA way much better than initial balance indicator. image
I will code your EAs and Indicators for no charge
-
daengrani07 replied Mar 1, 2022you can try this: image image or use below code : double iLots=0.0; double CurrentPairProfit = MathAbs(CalculateProfit()); double Loss = PercentEquity2Stop>0 ? (PercentEquity2Stop/100.0)*m_account.Equity() : LossInMoney2Stop>0 ? LossInMoney2Stop : ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Mar 1, 2022why do you want it? It better to use it on 1H TF or below Why? file image
I will code your EAs and Indicators for no charge
-
daengrani07 replied Mar 1, 2022On zip file, contain all object on mt4, just play with them. It was from mql5 official website. Some of those object, only work for MT5 file file If you want to use them, change 1 line of the code image to this : image
I will code your EAs and Indicators for no charge
-
daengrani07 replied Mar 1, 2022we fixed these first the yellow rectangle manually draw, it'll not disappeared.. there are prefix, infix and suffix (affixes). I manage, that all object which has infix "_" will disappeared if symbol not match with object prefix For drag-and-drop ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Feb 28, 2022you can find it on official mql5 website, but still not reliable to me.. i'll tell you why.. MT5 have what its called Custom Chart, similiar to offline chart on MT4. The minimum time scale on standard chart is 1 minute, and tick have to follow that ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Feb 28, 2022let me know that a piece of code from my ea, it should work. if not maybe i miss something im testing silver, natgas, wti, brent on alpari image i want to share & discussed this Stop & reverse EA later.. It trails pending orders & stoploss, so the ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Feb 28, 2022THis is simple enough, i'll help you I like WTI, BRENT, Natural Gas, Silver
I will code your EAs and Indicators for no charge
-
daengrani07 replied Feb 28, 2022Hope this help file I add 2 more script to create Rectangle & Horizontal Line on chart (just drag & drop) file file take a look these pics name of the object == symbol.. You dont have to create this manually, use above script, just drag & drop ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Feb 28, 2022I aware of this, i've been using them.. It could be done if the name of graphics very specific.. It has to attached/belongs to the specific symbol to be honest... I've used too many indis on 1 chart, 7-10 for example...or like that post to, ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Feb 28, 2022it's not a problem if you are using 2 charts (GBPUSD & USDCAD) why try using 1 chart & change it symbol? For what purpose?
I will code your EAs and Indicators for no charge
-
daengrani07 replied Feb 28, 2022What if we started a new thread? To discussed Stop And Reverse Logic, with all it's nuances I've already made EA for this, written for MT4 and MT5
I will code your EAs and Indicators for no charge
-
daengrani07 replied Feb 28, 2022It would close any positions (active orders) & pending orders If you just need to close positions, you need to edit that code image image file I use ternary operator for this 2nd version to calculate TargetEquity You could save LastBalanceUsed ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Feb 28, 2022You must specified what you need, in details.. You have to apply filter. It could be filter by MagicNumber, by Symbol, etc That code on your post could be simplified.. It close orders OnNewBar at every Hour OnNewBar used to open an order to avoid ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Feb 28, 2022try this file you can filter by magic or not, you can choose target % ==> (Acc.Profit/Acc.Balance)*100 >= Acc.Equity or you can choose target in money
I will code your EAs and Indicators for no charge