Forum

Buy at the Low, Sell at the high

Hey everyone, I've coded an indicator that draws the previous and current high and low. But now i want to enter into a position at those points. I've tried - If (ask == high) trade.Sell() ...... and other variations and it doesnt work. I've looked through codebase as well and i cant seem to find

Indicator with multiple start and end times

Hi everyone. Im simply seeking advise from the professionals. I want to build an indicator that changes candlestick colors between 3 different time periods. Eg. Between 1am to 7am candles are pink. Between 8am to 1pm candles are orange. Is this actually possible? If yes - I would greatly appreciate

Only Sell EA executing both BUY and SELL positions. PLEASE HELP!!!

I've created an EA that uses the 3 and 13 EMA to ONLY execute SELL positions. When the 3 crosses bellow the 13, a sell position must be executed. When the 3 crosses above the 13, all positions of the CURRENT symbol should be closed. But my EA is opening both BUY and SELL positions - I'm struggling

Oil & Natural gas EA

Hello everyone. I am seeking assistance on an EA that I have created that only trades Oil and Natural Gas. It trades on the 15M chart and takes trades from the HOD or LOD after SPECIFIC candlestick formations. I have coded majority of it. Its nearly done but I've got 100 errors and 1 warning. I am