Oh i get it. The buffer for the signal should be in "color" tab in the input setting of the indicator. Usually 0 for blue, buy and 1 for red, sell.
Posts made by biztet
-
RE: How do I get buffers for this indicator?posted in Questions & Answers
-
RE: How do I get buffers for this indicator?posted in Questions & Answers
Attach the indicator and will check for you.
-
RE: Doesn't work when test with MT4 Strategy Testerposted in Questions & Answers
Yes you should if you need someone to help you with it. Just to make it easier to understand the problem.
-
RE: Market GAPS Your Stop Loss ... NOW WHAT???posted in Questions & Answers
Hmm... How can it be super profitable if there still have a possibility to lose $2000?
Or maybe the start up capital is like $50k or $100k i guess. -
RE: Support and Resistance Levelsposted in Questions & Answers
How many false signals? I think nobody knows it.
-
RE: how to creat US30 sculping trading robot?posted in Questions & Answers
@TipsyWisdom Good luck with that. But you also should know that Demo and Real result might be slight different. I suggest you use real cent acc first to test in real market.
-
RE: how to creat US30 sculping trading robot?posted in Questions & Answers
@TipsyWisdom My approach is different than yours. I'm building EA that can start as low as $300 - $500. And i'm not testing EA for years. I test for 6 month max, and also at critical part where there is big news and when the market running long trend. I don't care about 1000% profit in years, but my target is at least 100% a month, with $300 - $500 startup, also using fixed lot 0.01, and will withdraw the profits monthly. That's my target. So far it's a success for me in building EA. This EA is now running real account, not just backtest result.
Not many trader can afford that much capital like u said, and finally my plan is to make copytrade for others with low capital. -
RE: how to creat US30 sculping trading robot?posted in Questions & Answers
@TipsyWisdom so i guess that's the difference, you are a day trader, i'm just a scalper. I need to identify really good level to trade just for about an hour maybe. It's good enough for me, for manual trade of course.
-
RE: how to creat US30 sculping trading robot?posted in Questions & Answers
@TipsyWisdom @jstap @bk7
And so you all are naked traders? Hahaha.
That is what indicators are for, to indicate, a guide for me. MA on chart actually is Support and Resistance. These all are helping me, if not for you guys. But we still need something to use in our expert advisors, other than just candles formation, right?You know a trending pair right now?
It's under crypto, ATOMUSD@AXIMTRADE.
You guys should try this, to me it's faster than gold/us30, if you choose the right direction.
-
RE: how to creat US30 sculping trading robot?posted in Questions & Answers
@TipsyWisdom you can simply use MA @ STOCH for trend and RSI for reversal much better if you use multi timeframe to catch the signal. As you know stoch is not perfect, but you should give it a try. I usually combine these 3 indicator in my strategy, in manual and auto trading.
And also you need to find best setting that suites your strategy.
-
RE: how to creat US30 sculping trading robot?posted in Questions & Answers
@TipsyWisdom Hahaha..Still hoping from Uncle Martin haa..
Nobody tries to follow trend or using reversal? hmm... -
RE: Time Bomb tick alternative ?posted in Questions & Answers
So have you check whether this broker allow running HFT ea?
-
RE: Time Bomb tick alternative ?posted in Questions & Answers
@samijan at which broker can you run a HFT ea?
-
RE: how to creat US30 sculping trading robot?posted in Questions & Answers
Hi @TipsyWisdom. What's to watch?
Since you're in the discord group, did you guys manage tu find a perfect strategy and make a profitable ea that can profit at least 100% a month with $100 start up capital? Just curious.
-
RE: how to creat US30 sculping trading robot?posted in Questions & Answers
....and then share it with us.

-
RE: MAX ORDERSposted in Questions & Answers
"then robot will always pick 10 trades at once whenever the condition triggered in the EA."
Do you mean the ea can open 10 trades in a single M1 candle?
Then use Once per Tick block.
-
RE: how can i use pipaway from open price value as take profitposted in Questions & Answers
Won't it be just the same like using Take Profit?

-
RE: "Do not trade if"posted in Questions & Answers
Just don't put it in your condition, i guess. So that the ea will never look for it.

-
RE: How can creat a trading robot that will only work for me?posted in Questions & Answers
Hahahaha.. Just keep it to yourself. Don't give it to anyone.

-
RE: Using groups to place orders?posted in Questions & Answers
@iagnew , if each condition you use to open 1 single trade, do like @jstap suggest.
And if you want several conditions to open a single trade, you may consider connecting all condition blocks to AND block, and then TRADE COUNT block to control the amount of trades like @bk7 suggest.