Juergen Aaron Jared Israel Jesse Jean Marie
Juergen Aaron Jared Israel Jesse Jean Marie
  • Information
2 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Close another trade when TP is hit
Is it possible to cancel another order when TP is hit
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Built in Metatrader Indicators.
How do I get the Trend folder in indicators? Id like to find the Moving average so i can get the 'First indicator's Data' parameter . 
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Moving average of Momentum MQL code.
 iMA(NULL, PERIOD_CURRENT, 14, 0, MODE_SMA, (iMomentum(NULL, PERIOD_CURRENT, 14, PRICE_CLOSE, 0)), 0); This is what i have but its not working.       
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Moving Average Trend Folder MT4
How can I get the original MT MA mql file? Id like to code a moving average for a momentum indicator
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Simultaneous backtesting?
Free online backtester ? Thinking of a way to test simultaneously
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic Static Trailing stop or Dynamic
Static Trailing stop or Dynamic for scalping
Juergen Aaron Jared Israel Jesse Jean Marie
Added topic When should I jump on.
Simple question revisiting some fundamental principles. Wondering how do I know how to determine the bestway possible to ride a trend. I use momentum rsi and other other Oscillating indicators but I need to fine tune my methods.. I ve been thinking
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