- Search Energy EXCH
- John4y replied Sep 8, 2021
No problem. Question: on the attached, marked item is Low or High ? image
I will code your EAs and Indicators for no charge
- John4y replied Sep 8, 2021
Indicator is created as per your Post 48,408 If you want something else or further workout, please complete the schematic in order to avoid misunderstanding and consequently waste of time
I will code your EAs and Indicators for no charge
- John4y replied Sep 8, 2021
Ok, so an indicator will do. No differentiation between Buy & Sell ? Just a unique arrow for both types, I understood from your reply!
I will code your EAs and Indicators for no charge
- John4y replied Sep 8, 2021
Get in touch with 'vendor' Contact 'vendor' or send him a printout of error message(s)
I will code your EAs and Indicators for no charge
- John4y replied Sep 8, 2021
Your request is for an "indicator", but also mention to "Entry at 5th candle" ! Note that indicators do NOT open positions and only return a signal. If any action is required, should be done by EA. Anyway, what kind of signal do you want Type 1 & 2 ...
I will code your EAs and Indicators for no charge
- John4y replied Sep 8, 2021
You MUST make a choice on which indicator(s) you want a 're-test', not a general enumeration and provide corresponding mq4 files
I will code your EAs and Indicators for no charge
- John4y replied Sep 8, 2021
Try these, bug should be solved herewith: Initial version file and Version with assimilated (nearly) Engulfing Patterns file and Version with assimilated Patterns & added RSI AutoStop file
I will code your EAs and Indicators for no charge
- John4y replied Sep 8, 2021
Hi Slingshots, Lumping everything together like you've done, not easy to get this clear ! If "orderly" written down as 'Laudable222' has done, I'll give it a shot
I will code your EAs and Indicators for no charge
- John4y replied Sep 8, 2021
I put your system in a little EA. Just try it out
file Try also the version "Laudable_LittleSystem_EA v01" with assimilated (nearly) Engulfing Patterns file I will code your EAs and Indicators for no charge
- John4y replied Sep 7, 2021
.ex4 are no source files and therefore not editable, consequently have no chance to be converted.
I will code your EAs and Indicators for no charge
- John4y replied Sep 6, 2021
Added Mobile Alert & E-mail
I will code your EAs and Indicators for no charge
- John4y replied Sep 6, 2021
If still needed such indicator, here you go
I will code your EAs and Indicators for no charge
- John4y replied Sep 6, 2021
Here it is as per your setup. Candle sequence fully configurable. Try it out
I will code your EAs and Indicators for no charge
- John4y replied Sep 6, 2021
YES, repaints on current candles
I will code your EAs and Indicators for no charge
- John4y replied Sep 3, 2021
When & what do you want to Buy with OpenBUY under which conditions and why to use isDelayed() Using isDelayed() without static element will repeatedly open trades 'iOpen' returns Open price value for the bar of specified symbol with timeframe and ...
Need function to open one order at open of the candle, please
- John4y replied Sep 3, 2021
[quote=BondHead;13692925] file Hi BondHead, With the file you included, I don't have any issue or see any Sundays displayed on my Charts. Maybe it's broker data depended, but for now I don't see any issue. So what/where/when do you have the issue ...
I will code your EAs and Indicators for no charge
- John4y replied Sep 3, 2021
[quote=BondHead;13692833] Thanks John , but can you advice me where can i add or replace it with , i am not that good in coding thanks /quote] If you want me to help, you have to upload the full file and not some fragments
I will code your EAs and Indicators for no charge
- John4y replied Sep 3, 2021
if(TimePeriod==PERIOD_D1) { datetime dayCheck0=iTime(NULL,PERIOD_D1,shift); if(TimeDayOfWeek(dayCheck0) == 0)//found sunday - skip over { shift+=1; } datetime dayCheck6=iTime(NULL,PERIOD_D1,shift); if(TimeDayOfWeek(dayCheck6) == 6)//found saturday - ...
I will code your EAs and Indicators for no charge