Juergen Aaron Jared Israel Jesse Jean Marie
Juergen Aaron Jared Israel Jesse Jean Marie
  • Information
no
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Trailing Stop vs Stop Loss
Im realizing that percent based trailing loss may not necessarily be better than a fixed one
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic MathArcsin wrong results
rad = (((oppl+.0))/hypl)*((M_PI+.0)/180); ( 0.01698095) angle = MathArcsin(rad); (Im getting  0.01698176 instead of   0.97298353134226625915034235162797) But the MathArcsin is not giving the correct answer. Anyone experienced with
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Converting old mql4 ( init(), deinit(), start())
Realizing that using the old mql4 since 2014 init() deinit() start() can be problematic. It seems simple but now my code isnt working when I changed the function headers. 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic logs are sometimes saved and others times no
Im realizing sometimes my logs are saved and others times no.  :/  Is this normal? MT4
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic spread and slippage issues
How do you guys get around spread and slippage issues
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Take profit sometimes reads off the chart.
My take profit isnt being read sometimes but it work. Its reading off of painted vales on the chat
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Trailing stop and Stop loss combined.
If I use a Trailing stop and a stop loss shouldn't take the closer one
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic ExtMapBuffer5[x] = (High[H2]);
ExtMapBuffer5[x] = (High[H2]); For some reason its not getting stored in my buffer! >__< If anyone can help Id appreciate it
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Value of Trend line Object at last close
 Im trying to find the value of a  Trend line Object at last close. Can anyone help?  double ExtMapBuffer4 =  ObjectGetValueByTime(0, OBJ_TREND ,TimeCurrent(),0);
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Indicator output in EA
If Im using an iCustom function and my indicator has an output I want to use in my EA, can I
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Indicator to EA
HOW DO YOU CONVERT AN INDICATOR TO EA
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic MT4 back testing varying results
My strategy worked fine then the results changed. I used the same EA and timeframe and its efficiency was still at 90% how could this be
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Trendline Break Expert Adviser MT4
Looking for trendline break expert adviser MT4
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Indicator to EA
[external link was deleted by moderator] Is a great tool. But I cant pay for the full version. Does anyone have any other options? 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic MQL UML
Anyone knows of any UML modeling tools for MQL
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic MT4 2 line MACD
How do I get the MT4 2 line MACD
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Stop all trades
Is there a way to stop trades at a point?