- Search Metals Mine
- Paymanz replied Sep 1, 2024
i'm novice , basically i'm not really a coder. that's why i'm asking here. the last code you posted also returns zero. as you are not interested in this project we can move on from this, thanks for your time. cheers
I will code your EAs and Indicators for no charge
- Paymanz replied Sep 1, 2024
keeps giving errors... image
I will code your EAs and Indicators for no charge
- Paymanz replied Aug 31, 2024
you think its not useful to know these stats?!
I will code your EAs and Indicators for no charge
- Paymanz replied Aug 31, 2024
i'm getting error using this line: double deposits = HistoryDealGetInteger(ticket,DEAL_TYPE_BALANCE); can you please write the loop that returns the sum of balance operations?
I will code your EAs and Indicators for no charge
- Paymanz replied Aug 31, 2024
simply knowing how the account has performed from the beginning! i think that's good data to know. i mean its easy to calculate what percentage it has made or loosed in the last day/week/month but calculating how it performed since the very first ...
I will code your EAs and Indicators for no charge
- Paymanz replied Aug 31, 2024
i just generated that report and it mentions both deposits and withdrawals as "balance". just like how it shows them in the terminal's history tab.
I will code your EAs and Indicators for no charge
- Paymanz replied Aug 31, 2024
thank you , i looked into the code you posted. didn't fully understand how it can result in what I'm looking for. i guess i need to sum all deposits and compare it to the current balance to calculate all time gain% . it may or may not include the ...
I will code your EAs and Indicators for no charge
- Paymanz replied Aug 31, 2024
yeah thanks, there's just no mention of how to differentiate between withdrawal and deposit.
I will code your EAs and Indicators for no charge
- Paymanz replied Aug 31, 2024
it returns zero. i did another way to do it but im not sure if it works... the withdraw/deposit makes it complicated double TotalDeposit=0; double AllTimePercentage=0; TotalDeposit=AccountInfoDouble(ACCOUNT_BALANCE)-ALL_POROFIT(); AllTimePercentage= ...
I will code your EAs and Indicators for no charge
- Paymanz replied Aug 31, 2024
is it mql4? seems not compatible , many errors image
I will code your EAs and Indicators for no charge
- Paymanz replied Aug 31, 2024
thanks for the advice , I'm looking to create a code that calculates profit percentage of the account's all history.i have calculated daily,weekly,monthly profit percentage comparing it to initial balance before that period. but for "all history" im ...
I will code your EAs and Indicators for no charge
- Paymanz replied Aug 31, 2024
hi everyone , I'm looking for an indicator that shows the win rate in mt5 , or piece of code that can calculate the win rate so i can incorporate it into my indicator , anyone can please help? is there such indicator or if you can hint me how should ...
I will code your EAs and Indicators for no charge
- Paymanz replied Apr 11, 2024
Oh my bad! the description was off on my chart. Thanks , it's perfect now!
I will code your EAs and Indicators for no charge
- Paymanz replied Apr 11, 2024
thanks , may i ask for something else if it fits your time... this vertical line indicator you posted earlier , can you add a text input for each line to show at the bottom of each line(representing the session). similar to the pic: that would be ...
I will code your EAs and Indicators for no charge
- Paymanz replied Apr 11, 2024
Hello everyone , is there a way to incorporate the minutes in this market session indicator input settings? or at least be able to shift a session by 30 minutes? url file
I will code your EAs and Indicators for no charge
- Paymanz replied Apr 10, 2024
hi everyone , this code i attached is a indicator that plots vertical lines in specifiel times of previous days. you can attach multiple instances of it with editing the line name in the indicator input. but it seems to have a bug because when i add ...
I will code your EAs and Indicators for no charge
- Paymanz replied Mar 28, 2024
hi everyone. is there any MT5 EA to trail SL based on candle H/L?
I will code your EAs and Indicators for no charge
- Paymanz replied Feb 26, 2024
anyone can convert it to mt5 version please?
TP Indicator for trades open in percentage and account value
- Paymanz replied Feb 23, 2024
thank you but i found what i wanted. file
I will code your EAs and Indicators for no charge
- Paymanz replied Feb 22, 2024
you're right. the broker i use has a "." appendix , example "EURUSD." i thought that's why this indicator doesn't calculate the lot size. but as i tried on other broker it still doesn't work! can it be fixed to show the lot size? it shows a zero lot ...
I will code your EAs and Indicators for no charge