- Search Metals Mine
- eess replied May 26, 2021
Hi Belie, I can help you to incorporate the Daily Open Line into the EA. Can you PM me the details of how you want this Daily Open Line to affect the logic of opening trades in the EA? Currently the EA is opening trade on breakout of BoxHigh or ...
I will code your EAs and Indicators for no charge
- eess replied May 24, 2021
Somebody else coded something similar before.... url
I will code your EAs and Indicators for no charge
- eess replied May 24, 2021
Thank you! Ever since my stop loss was hit by the widening spread during end of day turnover, nowadays I tried not to leave my position overnight, really hard to predict how big the spread can become.
How big can spread widen at NY Close?
- eess replied May 24, 2021
Thank you for sharing your results and valuable hard work. All the best for your new thread!
I will code your EAs and Indicators for no charge
- eess replied May 24, 2021
I only added line 40 and 60. Line 40: ObjectSetInteger(0,obj_name[0],OBJPROP_CORNER,InpCorner); Line 60: if(reason!=REASON_CHARTCHANGE) If you press F1 on the word OnDeinit in your code, it will show you the documentation for the deinit reason. ...
I will code your EAs and Indicators for no charge
- eess replied May 23, 2021
Frankly speaking, I have not seen another developer who is as patient as CJA and as nice as him. People, please do not be rude to CJA unless you hope CJA gets disheartened and stops his contributions here. Thiagot10, if you would just upload your ...
I will code your EAs and Indicators for no charge
- eess replied May 11, 2021
for(int i=1;i<lookback;i++){ Your code always calculates for the most recent 23 candles, that's why the past is not showing on the chart. Bullvol[0]=bullvol; Bearvol[0]=bearvol; Dojivol[0]=dojivol; And you are only assigning value to index 0 of ...
I will code your EAs and Indicators for no charge
- eess replied May 8, 2021
I am guessing the purpose of your request to generate the offline charts is to see the volume for the index. I don't have a solution for you on this, but just sharing with you that on tradingview, it is possible to see the indices and applying some ...
I will code your EAs and Indicators for no charge
- eess replied May 8, 2021
Just do a simple search on forex factory, i'm sure you would find one that already exist for a basic indicator like cci.
I will code your EAs and Indicators for no charge
- eess replied May 6, 2021
Ya, I find some really appreciate when a developer helps with some coding, but there are also some who doesn't say a word of thanks for your efforts. Unless it is a small coding change or it is a collaboration between a trader and developer to ...
Need Best Support and Resistance Indicator
- eess replied Apr 29, 2021
Hi Hutch I am trying out this package you posted. May I know if the half-trend can give alert on the offline chart on your side? These are the steps I used: 1) Run STG_RenkoChart on M1 2) Open the offline chart M67 3) Load the template Renko.tpl on ...
Renko Scalper / Strategy
- eess replied Apr 25, 2021
Yes I'm monitoring this also. Thank you for sharing your experience.
How big can spread widen at NY Close?
- eess replied Apr 23, 2021
Thank you very much Kenny for the helpful info!
How big can spread widen at NY Close?
- eess replied Apr 23, 2021
Hi Kenny Thanks for sharing. Was thinking it was my broker's issue, thanks for letting me know it is normal. Would placing stop loss at 50 pips be safe enough for rollover during weekdays, not weekend? Regards
How big can spread widen at NY Close?
-
How big can spread widen at NY Close?
Started Apr 23, 2021|Trading Discussion|17 repliesDear traders, Want to seek your advice whether it is normal for spread to be 23 pips wide for ...
- eess replied Apr 19, 2021
Hi Mladen, Thank you very much for your kind advice. Yes I agree with your analysis, it would be the best optimised way of doing this. Though I did manage to reduce the CPU usage by using a different style of coding via inheriting the CIndicator ...
building multi-pair multi-timeframe scanner
- eess replied Apr 16, 2021
I only changed the arrangement of buttons.
I will code your EAs and Indicators for no charge
- eess replied Apr 15, 2021
SMA(7) Crosses VWAP on CADCHF, using only ONE PIN, no changes made to your source code. My last attempt to help you. If what you requested for is not moving average, then yes, I agree it cannot be done without changes to source code. But I'm saying ...
I will code your EAs and Indicators for no charge
- eess replied Apr 15, 2021
Well, I still feel the ONE PIN with/without the multiplexer can do the job, anyway if you are convinced cannot, then hope someone else is willing to help you program it, I will give this a pass.
I will code your EAs and Indicators for no charge