@l-andorrà Thank you, you are right.
Posts made by Jimmy Chee
-
RE: Manage Other EA to Stop Buy or Sell Positionsposted in Questions & Answers
-
RE: Manage Other EA to Stop Buy or Sell Positionsposted in Questions & Answers
@l-andorrà Only one EA open in one chart. This EA contain 100 strategy inside. The magic number for this EA is 100. But very strategy have their specific number. EXP: strategy one is 000, trading under magic number 100000. Strategy two 001, trading under magic number 100001 and so on.
It is possible to create a new separated EA that should stop those EAs from opening new trades base on anchor and limit price.
EXP, If the anchor price is set for EURUSD 1.10000.
The EA do not open any new trades as buy if the strategy meets the criteria. But only open any new trades as sell if the strategy meets the criteria. -
RE: Manage Other EA to Stop Buy or Sell Positionsposted in Questions & Answers
@l-andorrà The limit and anchor price insert manually. Thank.
-
RE: Manage Other EA to Stop Buy or Sell Positionsposted in Questions & Answers
@l-andorrà, I already created an EA successfully closing other EA trades.
But I don’t know how to create this EA to stop Buy (Sell only) when market price above (limit) or below (anchor) specific (manual insert) value. Please advise.
-
RE: Manage Other EA to Stop Buy or Sell Positionsposted in Questions & Answers
I already created an EA successfully closing other EA trades.
But I don’t know how to create this EA to stop Buy (Sell only) when market price above (limit) or below (anchor) specific (manual insert) value. Please advise.
-
Manage Other EA to Stop Buy or Sell Positionsposted in Questions & Answers
I had a portfolio EA with 100 strategy. I need a help to create an EA to stop this EA form Buy only or Sell only or completely stop when the market price is above or below certain level.
-
RE: Pick Up Trades Upon Restart PCposted in Questions & Answers
Not sure my upload source file is succeed.
-
RE: Pick Up Trades Upon Restart PCposted in Questions & Answers
Fail to share the link. Please download the source code.
-
Pick Up Trades Upon Restart PCposted in Questions & Answers
Normally I shutdown my PC during weekend when market is close even had opened position by the EA. And restart when market is open on Monday.
Every time I restart, EA will close all opened trade after receiving the first tick. By right the EA pick up trades from broker server that have same magic number and continue to manage.
EA bought from market doesn’t have this issue.
Any once please. Need solution.
-
RE: Tutorial Loop [advanced?] - find and save specific value from indicator historyposted in Tutorials by Users
I got it. Thank you very much.
-
RE: Tutorial Loop [advanced?] - find and save specific value from indicator historyposted in Tutorials by Users
I have no idea how to start it. Please show me.
-
RE: Tutorial Loop [advanced?] - find and save specific value from indicator historyposted in Tutorials by Users
Instant of look back candle is fix at 10. Can I determine the look back candle depending on parabolic sar? Example: if parabolic previously appears below candle is 15 candle before appear on top. My look back candle is 15.
-
RE: Measure Strength for 28 Currency Pairsposted in Questions & Answers
Thank for your reply. Problem solve.
-
RE: Measure Strength for 28 Currency Pairsposted in Questions & Answers
Recently I build an EA to trades base on currency strength. This EA used USD,CAD,GBP,EUR,CHF,JPY,AUD and NZD on two timeframes for calculating currency strength. And the result display on the chart as attach.
During tested on “Strategy Tester” is work fine, because strategy tested automatic loaded all the charts require as shown on bottom of the tested chart. On live trading the EA is failing to work. I think because on live trading, the MT4/MT5 is not automatic loaded all the information for EA to make a calculation.
What solution should I make to solve this problem? Please advice.
-
RE: Measure Strength for 28 Currency Pairsposted in Questions & Answers
The EA that I build as screen shoot above is require 28 pairs currency x 2 timeframe. Total is 56 charts.
This EA is working on Strategy Tested because Strategy Tested is automatic loaded with necessary charts. On demo account the EA do not work because require 56 charts. How to solve this problem?
-
RE: Measure Strength for 28 Currency Pairsposted in Questions & Answers
https://fxdreema.com/shared/IJBLfJeoe
To make it simple, this sample also work on Strategy Tested, but don't work on demo account when multiple currency pair is used.