Interesting Thesis about inverting charts
Forums › ProRealTime English forum › ProRealTime platform support › Interesting Thesis about inverting charts
- This topic has 19 replies, 6 voices, and was last updated 2 years ago by JS.
-
-
06/12/2022 at 12:15 PM #195159
Hi,
Does anyone know if it’s possible to invert our charts from going to the right side to going to the left side? in other words, new candles showing on the left side of the screen instead of showing as usual on the right side?
If it’s not possible here in Pro Real-Time, is there any alternative that might do that?
THesis:
Our logical brain is on the left side, our creative/ emotional is on the right side.
The way we look at things activates more of one side or the other.
price is always on the right side, therefor we might have a tendency to process it more with the right side of the brain.
If the price would be on the left side we might process it more with the left side, therefore activating the logical part.
would be interesting to test this thesis.
thanks
06/12/2022 at 1:10 PM #195161If you want to suggest it direct to PRT … use the Form on the link below.
https://www.prorealtime.com/en/contact?suggestion=1
1 user thanked author for this post.
06/12/2022 at 5:42 PM #195168thank you for the Tip 😉
1 user thanked author for this post.
06/13/2022 at 8:28 AM #195181So that’s why, we, left handed people, are pure genius 😆
1 user thanked author for this post.
06/13/2022 at 9:14 AM #195191Doing it all the time. 😉
1 user thanked author for this post.
06/13/2022 at 9:35 AM #195196yes, we are! 🙂
I have discovered this chrome extension called flip this. at least I can do it in tradingview with this and invert chart, it is just another thing to play with like cutting with scissors lol
06/13/2022 at 9:37 AM #195197I am using now an extension to do it in trading view (plus inverted chart), do you feel that there is a difference in your mental processes? results and so on?
also what you are using to do it?
06/13/2022 at 9:58 AM #195198For this example I just “Reversed” the image (not flip, though it may depend on what the tool calls it). But I figured that software (or graphic cards) just can do this.
The “doing it all the time” was just kidding. But it would be very simple to accomplish.
Personally I would not be able to deal with it at all, because your movements (with mouse and such) also need to “reverse”. Additionally I am too much used to dealing with it the normal way, that it would be very hard to get better at it with the brain functions you refer to. At least that is what I think.
I could also attest that we (not from China) do all from left to right. Even if left-handed. 😉
The second version below is special for Shorts. *That* could be really helping for when you’re not used to operate in a negative market (the phenomenon “negative” is just my thinking);
We are used to let things grow. We are also used to let companies grow. We are thus also used to let stock value grow. With a Short you’re not really working on that and my brain finds it hard to cope with that situation. Personally I solve that with Futures because what happens to them I would not care less (if it’s only going my direction – haha).1 user thanked author for this post.
06/13/2022 at 10:30 AM #195201Yeah, the reverse works well but the main problem, as you found is the mouse, it’s tricky. The first attempt I did was just flipping my screen upside down and then invert upside down (the second example you wrote about)
It’s simple with this chrome extension but still in the trading view you need to cope with some other stuff upside down lol
yeah I get it, the left-handed are quite used to thinking in reverse since when you grow you are using so many things the “wrong way” like scissors, door handles, pens (yeah its a mess with some type of pens), tools in general and a lot of stuff.
If we think that in terms of energy, vibration and frequency, we should be doing stuff both left to right and right to left, ying yang, balance. maybe that contributes to unbalance there is in the world (who knows!)
that second version is interesting for those with mental processes, with positive/negative connotations. here with right-left it’s pretty much the same as that. Not with positive/negative but rather with more emotion or less (keep in mind that people with a high level of control and concentration can operate fully with left-brain always looking from the right side of it). I just find that it might be more natural to think in terms of more rational if price goes to left side.
06/13/2022 at 11:06 AM #19520306/13/2022 at 12:02 PM #195205Indeed you can create an indicator to do that 😉
1 user thanked author for this post.
06/13/2022 at 12:15 PM #19520606/13/2022 at 12:33 PM #195207I didn’t know that was possible! I already made the suggestion to pro real time dev team as well.
If you could pull this one off that would be amazing, I really want to test this Thesis!
Also if you can: point me out in the code where is that section so I can add that section to some indicators as well otherwise price will face left and the rest right, nothing we left handed couldn’t handle lol but if possible we avoid that lol
thank you Nicolas!
06/13/2022 at 12:54 PM #19520806/13/2022 at 3:38 PM #195218The below code simulates candlesticks with segments (because we can’t plot candlesticks in the past).
Of course you can’t apply indicators on them. In order to plot indicators, it would need custom coding that use the same tricks (do a loop from current candle to plot things in the past with indicators values).
1234567891011121314151617181920defparam drawonlastbaronly=trueif islastbarupdate thenfor i = 0 to barindex dooffset = max(0,barindex-i)green=open[i]<close[i]red=open[i]>close[i]r=255g=0if green thenr=0g=255endifdrawsegment(barindex[offset],open[i],barindex[offset],close[i]) coloured(r,g,0)drawsegment(barindex[offset],high[i],barindex[offset],max(open[i],close[i]))drawsegment(barindex[offset],low[i],barindex[offset],min(open[i],close[i]))nextendifreturn2 users thanked author for this post.
-
AuthorPosts
Find exclusive trading pro-tools on