Alex didn't have a big bank account. He had $400 and a grudge against the markets that had wiped out his father. He didn't try to predict the future. He tried to out-structure randomness.
But the story doesn't end there.
Behind that line was a file named Hurricane.mq4 . Alex didn't have a big bank account
if (Bid > iMA(NULL,0,20,0,MODE_SMA,PRICE_CLOSE,1) * 1.002) OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, Ask-150*Point, Ask+300*Point); Translated: If the price gets greedy, strike. If it panics, cut the loss at 15 pips. 1) * 1.002) OrderSend(Symbol()
Alex didn't have a big bank account. He had $400 and a grudge against the markets that had wiped out his father. He didn't try to predict the future. He tried to out-structure randomness.
But the story doesn't end there.
Behind that line was a file named Hurricane.mq4 .
if (Bid > iMA(NULL,0,20,0,MODE_SMA,PRICE_CLOSE,1) * 1.002) OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, Ask-150*Point, Ask+300*Point); Translated: If the price gets greedy, strike. If it panics, cut the loss at 15 pips.