Mathias Halen
Mathias Halen
  • Information
3 years
experience
1
products
7
demo versions
0
jobs
0
signals
0
subscribers
Mathias Halen
Added topic EA Bollingerband & CCI Alarm Help
Hi there. I've some problem that I know some one on this forum can help me with.  I have a idé and some code to set an alarm.  Primery trigger: If cangle < iBands go to next trigger     secondary trigger: If the CCI is between
Mathias Halen
Added topic Draw line on chart in a EA on Buy and Sell
How hard is it to code so the EA on buy and sell draws a line like this. if (trendB<trendA && trendB.old>=trendA.old){        if (sellFilter1== true ){
Mathias Halen
Added topic delay not working
I'm looking for a code thats will wait to buy after crossing. Insted of buying exatly wail crossing i want it to buy to or 3 candels later. I have this code now:    trendB      = iCustom ( NULL
Mathias Halen
Added topic Make a list for TimeFrame?
How do i make a list TimePeriod=0; TimePeriod=1; TimePeriod=2 TimePeriod=3; TimePeriod=4; TimePeriod=5; TimePeriod=6; TimePeriod=7; 0=NULL 1=1 2=5 3=15 4=30 5=60 6=240 7 =1440
Mathias Halen
Added topic higher timeframe period.
If i want a indicator in a EA to read frome the higher timeframe how do i code that? if (iCustom(NULL, 0, "TriggerLinesAlert", 1, 15, 3, 5, 5)
Mathias Halen
Added topic Optimazation on two computers shows different result why?
We used the same EA SET but the only different is that I have a DEMO account and my friend has a LIVE account. why is it showing us different results
Mathias Halen
Added topic What would it cost to make this EA?
RSI over MA with a ATR% stoploss I'm just interested in how much this EA would cast to be made. values i need to be able to change Lots RSIPeriod MA_Period AtrPeriod stoploss% of ATR takeprofis % of ATR how many orders at the same time the buy and
Mathias Halen
Added topic RSI Crosses MA EA help...
I'm working on a EA thats suppose to buy or sell when crossing the MA line. I also wannt the StopLoss to be 75% of the ATR value. when i try to run the EA in "Test" i get this result And it dosent seam right. Here is the code
12