SIMONE MARELLI
SIMONE MARELLI
4.2 (4)
  • Information
4 years
experience
0
products
0
demo versions
5
jobs
0
signals
0
subscribers
SIMONE MARELLI
Left feedback to developer for job AO Divergence EA + DLL Protection
SIMONE MARELLI
Left feedback to developer for job Modification of Existing EA - MACD Divergence
SIMONE MARELLI
Left feedback to developer for job Security + License System
SIMONE MARELLI
Left feedback to customer for job Indicator
SIMONE MARELLI
Left feedback to customer for job Need a trading robot built based on renko candles
SIMONE MARELLI
Added topic iCustom and value
Good Morning all,  i was testing iCustom function with the attached indicator. I call it on this way: double EURUSDEMAUP0 = iCustom ( "EURUSD" , _Period , "EMA_Cross__SES__BDv8_12_31__1" , 2 , 15 , true , 0 , 0 ); double EURUSDEMADN0 = iCustom (
SIMONE MARELLI
Added topic TrailingStop + Reverse Order
Hello All, i have this simple code to create Trailing Stop. it works perfectly. But my ideas is to open a reverse order with double lots when SL is touched. I have made lot of test, but this seems not working extern int MagicNumber= 123 ; extern
SIMONE MARELLI
Left feedback to customer for job EA automatico
SIMONE MARELLI
Left feedback to customer for job Renko Expert Advisor needed
SIMONE MARELLI
Added topic Is MQL4 Bugged?
I am trying one easy code. Open two orders at specific time. It works 6 times on 10. Why sometimes works and sometimes no? //+------------------------------------------------------------------+
SIMONE MARELLI
Added topic iCustom Test
Hello Guys, i have an ex4 file indicator that shows currency strength. My ideas was to made a test to check if i can use iCustom to see if i can get a value of the power of a pair, but i have always same value and it's zero. Indicator is attached
SIMONE MARELLI
Left feedback to customer for job Need an EA that can win EA competition
SIMONE MARELLI
Added topic Trailing Stop and reversing
Hy Guys! I have made a simple code, and then i have added trailing stop. Works nice, but i was thinking to reverse the order when sl is touched. My ideas is this: Trailing  for ( int b= OrdersTotal ()- 1 ; b>= 0 ; b--)
SIMONE MARELLI
Added topic Getting crazy with Renko!
Hello Guys, i am getting crazy with Renko charts. I have correctly generated a Renko charts, but every ea that i code doesn't wor there. OnTick seems not working, also Start, i have tried this init() {      EventSetTimer ( 1 ); }
SIMONE MARELLI
Added topic Building a Framework for multiple entry
Good morning all, i have a question. I have made 3 expert advisors that works with different indicators and strategy. Everything works fine, but if i want to let them work on a single pair, actually i had have to open three charts for a pair. I was
SIMONE MARELLI
Added topic Ride the swap
Hello, i have made a bot that calculate the swap for long and short, using  double PSwap = SymbolInfoDouble(Symbol(),SYMBOL_SWAP_LONG); double NSwap = SymbolInfoDouble(Symbol(), SYMBOL_SWAP_SHORT ); they return the correct value, but i don't
SIMONE MARELLI
Added topic Calculate Buy and Sell Session Orders
Hello Guys, i have a question. I am not sure about using this function: long buyers =  SymbolInfoInteger( SYMBOL_SESSION_BUY_ORDERS); i have tried to use some Symbol info, like sell orders, volumes, and other various info, but they all give me 0
SIMONE MARELLI
Left feedback to customer for job Auto SL/TP for MT5
SIMONE MARELLI
Left feedback to developer for job Exper advisor based on triple ema
SIMONE MARELLI
Registered at MQL5.community