- Search Crypto Craft
-
jblanked replied Sep 2, 2024Hey brother, it's on Github as well. The direct link Github link is in the TMA-CG-2024.mqh file. I'll upload it to mql5 as well
TMA-CG-2024
-
jblanked replied Sep 2, 2024The MT5 version I translated last year sometime. (I translated the MT5 version from the MT4 version last year sometime)
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 2, 2024Yessir I think this is the one. The MT5 version I translated last year sometime.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 2, 2024Im sure if you explain exactly what you mean, someone could help
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 2, 2024I think the only solution here is a block button (ignoring users doesn’t seem to be enough). I just don’t think it’s worth the energy to argue on social media. But I will say this: if you don’t like any code that’s provided for free, then don’t use ...
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 1, 2024I don't care. My work speaks for itself. Bye.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 1, 2024It could be redundant to check the profit on DEAL_TYPE_CREDIT deal types, but it makes the code simpler and it doesn't hurt to check. The broker may be able to apply a negative credit.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 1, 2024If you could clarify this we could help
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 1, 2024No sir, what I coded is correct. The deposit variable holds the Order Profit's value (not the balance or the credit) double HistoryDeposit(datetime historyStart = 0, datetime historyEnd = 0) { double total = 0; double deposit = 0; ulong ticket = -1; ...
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 1, 2024It’s not that it "repaints", it’s dynamic. It uses the highest and lowest of the last X candles (based on the 'period' user input) and applies some calculations to it.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 1, 2024Yeah there's a ton haha. I've only seen brokers apply credits to accounts though. It wouldn't hurt to add them in. (POST Edit): In futures accounts, I've seen a broker apply a "Correction"
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 1, 2024Great work bro!! I modified it and made an MT4 version. Also, brokers can add credits (OrderType 7 in MQL4 and DEAL_TYPE_CREDIT in MQL5)
I will code your EAs and Indicators for no charge
-
jblanked replied Aug 31, 2024Here. It only draws the arrows, not any zones or anything not described in the photo you sent
I will code your EAs and Indicators for no charge
-
jblanked replied Aug 31, 2024With any of the HistoryDealGet(s), you have to include the ticket. So if you want to get the deal type, you'd use: HistoryDealGetInteger(deal_ticket,DEAL_TYPE);
I will code your EAs and Indicators for no charge
-
jblanked replied Aug 31, 2024We need the .mq4 file to help you
I will code your EAs and Indicators for no charge