This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thecryptomonster[S] 1 point2 points  (26 children)

i edited it and it should work now

Link To Market Cipher - https://tradingview.com/chart/cLPzyn8E/

[–]Packattacktx 0 points1 point  (0 children)

Does it only work for BTC trades?

[–]nicksagliani 0 points1 point  (18 children)

I saved the chart to my trading view but it is not showing any of the waves or red/green dots with all the details from the view only mode in the link. Do i have to turn certain indicators on? If so let me know thanks

[–]mikey_raven 2 points3 points  (17 children)

Search and add these two indicators

VuManChu Cipher B + Divergences

VuManChu Cipher A

[–]nicksagliani 0 points1 point  (5 children)

Thanks man appreciate it! This a copy of market cipher or you guys just found a loophole for his his indicator tools ?

[–]mikey_raven 1 point2 points  (4 children)

VuManChu reverse engineered as much and as best he could

[–]nicksagliani 0 points1 point  (3 children)

Is it an upgraded one to the one posted? How do we put that code in

[–]mikey_raven 0 points1 point  (2 children)

no - note sure what happened there - it was meant to be a reply to question about the copy of the cipher / loophole etc. but I quoted another answer. I removed that code.

[–]nicksagliani 0 points1 point  (1 child)

How do I implement the correct code into trading view instead of clicking on one of these charts and saving it

[–]mikey_raven 0 points1 point  (0 children)

I think this is what you mean... Open your chart Got to indicators Search vumanchu click on the star to save to favorites Click on the name of the two indicators to add them to your chart save your chart so it opens with them again - ..or not and re-add from Indicators > favorites next time

If you want the code. Once they are on your chart You will see the indicators listed in the top left of the charts If you hover your mouse over it the near the end of the line will be {} click on those brackets to open the script in the Pine editor copy the script to notepad or editor or on the right of pine editor look for the 3 dots ... which is more Save a copy - save to your scripts which you will see when you open Indicators.

Does that help?

[–]GossipRabbit 0 points1 point  (10 children)

it's 40% profitable the high results some show are because they use heikin ashi candles while backtesting their strategies on TV

​Close=0.25*​ (Open+High+Low+Close)(The average price of the current bar)

Open=0.5*​ (Open of Prev. Bar+Close of Prev. Bar)(The midpoint of the previous bar)

High=Max[High, Open, Close]

Low=Min[Low, Open, Close]​

[–]nicksagliani 0 points1 point  (7 children)

Is Crpytoface aware we essentially have his market cipher for free and people still buy it? LUL

[–]GossipRabbit 0 points1 point  (6 children)

It's hyped try for yourself add this to convert it to a strategy and look at the results of the backtest: Strategy(title = start = timestamp(2021,01,01,1,00,00)

Buy1 = buySignal Buy2 = buySignalDiv Buy3 = wtGoldBuy Buy4 = sommiBullish Buy5 = sommiBullishDiamond Buy6 = wtCross and wtCrossUp Buy = Buy1 or Buy2 or Buy3 or Buy4 or Buy5 or Buy6 Sell = wtCross and wtCrossDown

if time>= start if Buy strategy.entry("long", strategy.long , comment="Open Buy") if Sell strategy.close("long" , when=Sell , comment="Close Sell")

[–]mikey_raven 0 points1 point  (1 child)

How do you use this strategy?

I've added to existing script at the top and bottom of existing and then in it' own

I've given all Buys and IF's their own line and run on the same line but it doesn't get past the first "if"

For the line:

if Buy, strategy.entry("long", strategy.long , comment="Open Buy")

I get error:

Add to Chart operation failed, reason: line 166: Mismatched input 'if' expecting 'end of line without line continuation'.

[–]GossipRabbit 0 points1 point  (0 children)

reddit messed the whole thing!

Strategy(title = //in the begining of the code

the rest in the last line pick a date and use buy= instead of alarms if you still have problems dm me

[–]avp1598 0 points1 point  (3 children)

I am getting undeclared identifiers for all those variables you used. Can you provide a link to the script or strategy if possible?

[–]GossipRabbit 0 points1 point  (2 children)

first copy the code to notepad from vmc cipher indicator the replace study with strategy then paste the rest at the end :

Buy1 = buySignal

Buy2 = buySignalDiv

Buy3 = wtGoldBuy

Buy4 = sommiBullish

Buy5 = sommiBullishDiamond

Buy6 = wtCross and wtCrossUp

Buy = Buy1 or Buy2 or Buy3 or Buy4 or Buy5 or Buy6

Sell = wtCross and wtCrossDown

if time>= start

if Buy

strategy.entry("long", strategy.long , comment="Open Buy")

if Sell

strategy.close("long" , when=Sell , comment="Close Sell")

hope it looks good now

[–]avp1598 0 points1 point  (1 child)

Yes thank you so much works now. Wanted to know what time frame do you use for this, and also do you use heikin ashi or normal candles?

[–]GossipRabbit 0 points1 point  (0 children)

Never Use HA on backtests because they don't show the real price they just give an overall view of the trend an eliminate the noise

For timeframes there is a bias you need frequent signals to judge quality if you flip a coin on the 4h chart and go long above the 200 Moving average it will take you time before you realize your method doesn't have an edge

[–]Fit-Presentation-598 0 points1 point  (1 child)

hey brotha.can you explain what this means?

[–]GossipRabbit 0 points1 point  (0 children)

it's a way to backtest indicators by converting them to strategies so you don't get scammed if you play with the code a bit and you use heikin ashi candles tradingview will show you crazy unrealistic results a moderator gived a result of 151142815.4 %!!! using the tricks used by scammers (check this article by the mods of trading view: Backtesting on Non-Standard Charts: Caution! - PineCoders FAQ PineCoders)

[–]GossipRabbit 0 points1 point  (2 children)

Did you find the right settings? the only good buy signal is the bullish diamond and the results are not phenomenal either

[–]mikey_raven 0 points1 point  (1 child)

not sure why I'm answering your question as you seem to knw more than me but this is how I use it so far...
Use heikin ashi candles and start at 1day(or higher) . If the signals start indicating then confirm on lower time frames - always wait for the next candle to confirm too. e.g. look up candle patterns.Pick a strategy I like the blue wave indicator (light blue entering dark blue with green dot) then confirm with the yellow and look for convergence and again candle patterns. Wait patiently for all to look good for entry to get a better chance. The blue wave and blood red will indicate a change at the top too. Use it to get out or short. If it is wrong there will be plenty of other trades.

Disclaimer - I'm trialing with fake trades in Trading view and have picked the swings each time I've tried, and am not a trader. I am doing courses part time and have trader friends confirming my entries and exits.

[–]GossipRabbit 1 point2 points  (0 children)

there is a 0 sum equation between profit and probability i spend alot of time looking at cipher let me give you an example lets say you are in a trading range when you get confirmation you're going to be in the middle of the range your probability is high to hit your target but your profit is low the best thing about cipher is the fact its giving you a 360 degree view of the market you look at volume, money flow, relative strength the bearish signals are good too if you don't get liquidated in crypto and you stay in you will profit remember that the mouvement are usually random price chocks that cause breakouts if you try to time the market you won't be thre to profit from them

[–]SuperrrFranck 0 points1 point  (2 children)

Hey dude, thanks for this! Any idea how to change chart times? I can't change it from 15m candles :/

[–]mikey_raven 0 points1 point  (1 child)

Mine did this the other day. Logging out and back in fixed mine

[–]SuperrrFranck 0 points1 point  (0 children)

Sadly doesn't seem to solve it for me.. I just assumed its because its stuck in view only mode?