-
Content Count
79 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout 3acor
- Currently Viewing Forums Index
-
Rank
Advanced Member
Recent Profile Visitors
81 profile views
-
Paintbar indicator values when backtesting
3acor replied to 3acor's topic in Scan and Paintbar Help/Discussion
Maybe I had an Else If statement that was returning the same results that was bugging it? Or maybe it is me who is doing something wrong Anyway looks like it is fine now -
Paintbar indicator values when backtesting
3acor replied to 3acor's topic in Scan and Paintbar Help/Discussion
if (Last > Prev_Low && Last < Prev_High && Last > EMA20) { SetScanResult(@"bullish"); SetColor("blue", Color.Blue); } Last,Prev_High,Prev_Low are Variables based on Horizontal Line indicator. Apply it to TSLA on the 120min Frequency -
Paintbar indicator values when backtesting
3acor replied to 3acor's topic in Scan and Paintbar Help/Discussion
I meant when applying the paintbar to previous data. I apply on 120min frequency, the paintbar shows on the candles. I then change frequency and go back again to 120min frequency and the paintbar won't show anymore. Unless maybe something wrong in the code -
Paintbar indicator values when backtesting
3acor replied to 3acor's topic in Scan and Paintbar Help/Discussion
So I am putting a paintbar on for example a 120min timeframe, if I change the timeframe and switchback to the 120min TF, the paintbar is gone. -
Paintbar indicator values when backtesting
3acor replied to 3acor's topic in Scan and Paintbar Help/Discussion
So If I am taking the Bollinger Bands value it will take whatever value was on that bar and not whatever the Bollinger Bands value is right now, correct? -
yea I have them excluded
-
3acor started following High/Low of day showing wrong values on high timeframes, System requirements for Power User, Slope loop not working and 1 other
-
Hey, I have 4 monitors and I am running 22 charts, 1 Watchlist with 20 symbols, 2 scanners on around 100 symbols, News window, Account View I am experiencing lagging quotes and charts take time to load. I am using an old i7-4820k with 24GBs RAM on Windows 10 64bits. I ran the same layout on my laptop i7-8750H, 16GB DDR4, windows 10-64 bits and it seems faster and not much delay. 1) Is this normal to happen? 2) If so, I will probably need to update my PC and I am wondering, to run this Layout, what requirements would I need in terms of CPU,RAM, Graphic Cards.... Thanks
-
Am I writing it wrong?
-
High/Low of day showing wrong values on high timeframes
3acor replied to 3acor's topic in Bug Reporting - Public
yea it is already checked in the indicator -
Yes I understand that the level II would be empty but I thought the level II window would at least show the top Bid and Ask line along with Bid size and Ask Size(NBBO). Anyway way to display it? I know there is Show Quotes in Charts but it doesn't show the Bid Size and Ask Size. (Would be great and appreciated it if it does )