fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. vnpython 0
    3. Posts
    V
    • Profile
    • Following 0
    • Followers 2
    • Topics 26
    • Posts 91
    • Best 4
    • Controversial 1
    • Groups 0

    Posts made by vnpython 0

    • MA cross with negative period produce funny result?

      ok, was toying some ideas and using simple MA crossover without negative period (0) and the buy/sell works fine. and when i use -1 on 1 of the fast MA, it gives only sell trade. and when i use 0 for fast MA and -1 for slow MA, it gives only buy trade T_T are negative period gives such result?

      posted in Questions & Answers
      V
      vnpython 0
    • RE: Can someone help me with High Low conditions please

      i think when candle 0 close (floating) goes up (higher then open, and come back down, then that will become High? of course until the candle closes, that high still remains 'high' right?

      posted in Questions & Answers
      V
      vnpython 0
    • RE: double or int affects running memory size?

      ok noted!

      posted in Questions & Answers
      V
      vnpython 0
    • double or int affects running memory size?

      as i am aware that using double will increase the memory used and using int will take less memory to run. Is this same here? I notice some value can be int (switch type on/off) to reduce overall running memory load?

      posted in Questions & Answers
      V
      vnpython 0
    • look what i found from fxdreema example??

      0_1539180403857_renko.jpg
      i was playing around for some new ideas and came across this in the one of the example! i wonder if mr. @fxDreema would be kind to make the renko bars as one of the regular indicator? i think many would find this a wonderful tools for us!

      posted in Questions & Answers
      V
      vnpython 0
    • RE: Failed to detect cross or price up in condition

      no wonder.. it was not expand and i didnt see it.. by the way Sir, anyway to teach how to use 2 or more comment on a screen successfully? i still cant figure out and gave up and work on other areas (reduce the comment line)

      posted in Bug Reports
      V
      vnpython 0
    • RE: Like a countdown timer?

      i tested the 'on timer' and able to get it to work as i intended on a live account. at least now i know how this timer work and might need it someday 🙂

      posted in Questions & Answers
      V
      vnpython 0
    • RE: funny bucket lot (sum of) data...

      ok sir, i will try again at later date

      posted in Questions & Answers
      V
      vnpython 0
    • RE: funny bucket lot (sum of) data...

      dear @miro1360 , can you assist look and try? many thanks senior ^^

      posted in Questions & Answers
      V
      vnpython 0
    • funny bucket lot (sum of) data...

      hm... i tried the example here https://fxdreema.com/examples#Bucket-of... and worked fine and when i copy the setting to use yet produced funny result as below:
      0_1539003980800_bucket setting.jpg
      0_1539003996374_comment setting.jpg
      0_1539004006021_trade panel.jpg
      each trade i open is 0.01 and max lot is 0.1 lot here
      0_1539004113285_trade 2.jpg
      all trades are pending order...

      what did i miss? or is a bug? hm...

      posted in Questions & Answers
      V
      vnpython 0
    • RE: Condition Bug?

      this only happens when 2 condition panel is opened. the selection on the newly opened will cause the first panel to react. if open individually, no such issue. for safety sake, i re-open the conditions one by one and check. after checking, the EA runs fine. before that was unable to do as designed...

      posted in Bug Reports
      V
      vnpython 0
    • RE: Condition Bug?

      @fxDreema please check Sir?

      posted in Bug Reports
      V
      vnpython 0
    • RE: Failed to detect cross or price up in condition

      maybe is due to the condition bug reported above

      posted in Bug Reports
      V
      vnpython 0
    • Condition Bug?

      i am using chrome and working on the project and suddenly see some strange behavior on the condition as follows:

      1. drag 1 condition and open property as below
        0_1538902296956_20181007_154814.jpg
      2. drag another condition and open property as below
        0_1538902355228_20181007_154829.jpg
      3. now play around with the operator (more than, less than, x up, x down) and u see the crosswidth appear and off but it wont go away even after you settle on operator do not need crosswidth
        0_1538902467362_20181007_154848.jpg
        so do i get 1 or 2 day (depends how long) of subscription while waiting for this 'bug' to iron out? i fear with this bug may mess up the strategy?
      posted in Bug Reports
      V
      vnpython 0
    • RE: Like a countdown timer?

      0_1538898011280_1538897985255159798781.jpg

      the above somehow didnt work and i use the real time against the end time (TimeNow < TimeStop) which i save from Value - Time (as you can see in the photo 'Stop')

      @fxDreema, Sir - just to confirm my solution can work in LIVE trading even thou the time saved from Value - Time (store as seconds?) displayed as seconds?

      0_1538898411184_1538898385509735399041.jpg

      posted in Questions & Answers
      V
      vnpython 0
    • dynamic comment content via var?

      https://fxdreema.com/shared/J5cQ1E45e

      can this dynamic comment work? this was posted by someone in the forum and it didnt work now (if used to work in the past?).

      posted in Bug Reports
      V
      vnpython 0
    • Failed to detect cross or price up in condition

      https://fxdreema.com/shared/kIzPuF3kd

      hi admin, i cant think of the above test project any error but the condition failed to detect the cross (or price above) to produce the comment. i think something might be wrong with site? happened since yesterday evening around gmt +7.

      if i am wrong, where? i did this before and worked until yesterday...

      posted in Bug Reports
      V
      vnpython 0
    • RE: Like a countdown timer?

      looks legit! i will try.. yesterday managed to use get NOW value of time via mod variable and shift forward 60mins on another var. then use vWalkForardTime - vStartTime to compare how much time is left.

      yours is more easier! brillant idea!!

      posted in Questions & Answers
      V
      vnpython 0
    • Like a countdown timer?

      My original idea is to get the candle 0 time when trend (or down) is up and trade within that timeframe. And the (say) when the 24 hour limit is up, the buy/sell stops and wait for another trend.

      i tried using var vTradeStart (string) and using 'modify var' block from | Value > Time > Candle Time > Candle ID (0) > Candle timeframe (Daily) but when the data on the comment block shows 12314654 and i couldnt use it. the idea is to add the 'limit' and use it on expiry for the buy sell

      look around the forum and the tools available but nothing come close like a countdown timer (trade within the so-call 'perfect moment').

      any seniors know how to make such feature via existing function, please kindly share your knowledge 🙂 @fxDreema why didnt you think of this sir? 😄

      posted in Questions & Answers
      V
      vnpython 0
    • RE: Pending Sell Order in Grid (Above Sell (Open) Price)

      ah... work like magic ~

      posted in Questions & Answers
      V
      vnpython 0
    • 1
    • 2
    • 3
    • 4
    • 5
    • 4 / 5