Wackena
Wackena
Friends

Add friends via their profile or user search and you will be able to see if they are online

Wackena
Added topic One Order Per Day
Can someone help me with code that will only place one order between 0 to 24 hours? I want to code an MT4 EA to place one order per each 24 hour day. Whenever an order is triggered by EA during the day, EA can not place another order until after
Wackena
Added topic Maximum Lots in ATC-2006
Was it the intent of ATC-2006 Rules to allow 3 open positions with 5 lots per position for a potential maximum trading 15 lots at one time? If yes, I believe most interpreted the Rules as only trading maximum 5 lots at one time. If not, there is a
Wackena
Added topic Alternating OP_BUY & OP_SELL Orders
I'm writing an EA to alternate buy and sell orders . I can code to alternate orders when there is a history, but not from first start of EA. This is the base simple code. How do I code to alternate orders? if ( OrderType () == OP_SELL ) Buy = true ;
Wackena
Added topic iCustom() and ZigZag Indicator
Is there a way to access the "lastlow" and "lasthigh" ZigZag indicator values by using iCustom() ? I use iCustom() to access ZigZag from an EA by this Code. But the value changes tick to tick. The "lastlow" and
Wackena
Added topic Trend Signal Indicator Question
I'm using this Trend Signal indicator and it fails to keep the trend up and trend down arrows on the chart current. When indicator is reset manually by either reloading, opeing propeties and clicking OK or changing chart timeframe and back again, it
123