Jump to content
Medved Trader Forums

CryptoDips

Members
  • Posts

    79
  • Joined

  • Last visited

Everything posted by CryptoDips

  1. hmm, weird I guess it may be my internet connection. Could that have a lot to do with it
  2. Hello, My Level2 is not working properly, all the prices and amts are blank. I am using Binance is there a reason for this, and can you fix?
  3. Hello, Are there any plans of adding more crypto exchanges?
  4. Hello, I am also trading Crypto and need more places after the decimal, how do I fix this pls... Because I would like to start trading and see the correct full prices on level II.
  5. Hello, How do I add number placeholders to the prices in level II? Because right now for crypto i only see 0.003 and I need the full price like ex: 0.0032547
  6. oh ok i see now so we have to add the alert trigger in the script so it will show in the log???
  7. LOL this has nothing to do with alerts, I am talking about a Scan Log History not alerts...
  8. no isnt there a log that shows what symbols have been scanned??? Not the Alert Log...
  9. No the Scan Log meaning that shows all the symbols that were scanned, or maybe its the scan history log?
  10. ok do you have an example.... is it like this: EMA13[1]>EMA13[3]
  11. Yes i have them thanks, 1. Do you know a way that I can scan if a symbol is in an uptrend ex: i have an EMA13 and EMA34, I want to scan when the EMA13 starts moving up???
  12. 1. ok so how would I code candle body is less than 30%, which would make it a hammer or an inverse hammer candle in the above image??? Ok you mean the body vs the high/low range? (Math.Abs(Open-Close)<0.3*(High-Low)) 2. also how would I code if there is a gap between 2 candles like the morningstar 3 candle pattern in the above image? for going down: (Open<Math.Min(Open[1], Close[1])) 3. Also, how would I code a Doji or Spinning Top Candle. You would have to clearly define what Doji candle is. If it is one where there are wicks, but no body, it would be something like (Open==Close && High>Close && Low<Close)
  13. hmm ok so if (Open < Close && Close > High[1] && Open < Low[1] && Open[1] > Close[1]) 1. Does this mean that the previous RED candle will be totally engulfed in the current Green Candle? 2. How would I scan for a Green Candle with NO Low Wick and Green Candle with NO High Wick (Hoji Candle Pattern)? 3. How can I scan for candles who's body are less than 20%-30% (Hammer Candle Pattern)? Also These are the Images of the Bullish Candlestick Patterns I need... This would be a great help to all that use MT if we can figure out how to succesfully scan these reversal single, two and three candle stick patterns...
  14. Yes thats why I came up with also... but is there away to get the high and low of a candle (the wicks)
  15. How would I create a scan for these patterns: Tweezer BottomBullish EngulfingOne White SoldierMorning StarHammer because the Open and Close refers to the Body of the candle. So how will I get the Candle Wick or High and Low???
  16. One White Soldier - RED candle and a GREEN candle in which the GREEN candle opens above the preceding RED candle's close and closes above its open.
  17. Bullish Engulfing - 2 candles downtrend Red and Green, the body of the Red candle fits inside the body of the green candle.
  18. Here is a chart describing the patterns: Tweezer Bottom - 2 candles must have the same low point on down trend. Red and Green.
  19. ok so how will I do this??? Tweezer BottomBullish EngulfingOne White SoldierMorning StarHammer
  20. Hello, Is there a way in MT that will scan for candlestick patterns or different triangles and wedges, like: Tweezer Bottom Bullish Engulfing One White Soldier Morning Star Hammer example:
  21. Hello, How do I scan for the average volume of a symbol > 100000
  22. OK, that works very small lag, but a huge difference.... Thank you guys are GREAT!!!
×
×
  • Create New...